Skip to content

Commit b814c83

Browse files
TestIdrisUsesExerciseSlug
1 parent 1f81586 commit b814c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/test_configurations_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func TestRustHasTrailingDashes(t *testing.T) {
102102
assert.True(t, strings.HasSuffix(cmd, "--"), "rust's test command should have trailing dashes")
103103
}
104104

105-
func TestIdrisUsesCurrentDirectory(t *testing.T) {
105+
func TestIdrisUsesExerciseSlug(t *testing.T) {
106106
currentDir, err := os.Getwd()
107107
assert.NoError(t, err)
108108

0 commit comments

Comments
 (0)