Skip to content

Commit f1514e0

Browse files
committed
rename actual folder to _actual_
to better align expected folder name
1 parent d81f801 commit f1514e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ test/resources/.compiled
88
.profiles/
99
out/
1010
/.nrepl-port
11-
test/transcripts/actual
11+
test/transcripts/_actual_

test/src/circus/oops/circus/build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
(str "test/transcripts/" kind "/" filename (if-not (empty? variant) (str "_" variant)) ".js")))
7373

7474
(defn get-actual-transcript-path [build]
75-
(get-transcript-path "actual" build))
75+
(get-transcript-path "_actual_" build))
7676

7777
(defn get-expected-transcript-path [build]
7878
(get-transcript-path "expected" build))

0 commit comments

Comments
 (0)