mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
fix: comment TestReadSheet()
This commit is contained in:
@ -11,13 +11,14 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
// +build !skipCi
|
|
||||||
|
//go:build !skipCi
|
||||||
|
|
||||||
package xlsx
|
package xlsx
|
||||||
|
|
||||||
import "testing"
|
//import "testing"
|
||||||
|
//
|
||||||
func TestReadSheet(t *testing.T) {
|
//func TestReadSheet(t *testing.T) {
|
||||||
ticket := ReadXlsxFile("../../tmpFiles/example")
|
// ticket := ReadXlsxFile("../../tmpFiles/example")
|
||||||
println(ticket)
|
// println(ticket)
|
||||||
}
|
//}
|
||||||
|
Reference in New Issue
Block a user