Skip to content

Commit 37dba4b

Browse files
authored
Merge pull request #328 from sir-gon/develop
[REFACTOR] [Hacker Rank] Interview Preparation Kit: Dictionaries and …
2 parents ec50e7a + 1fb891c commit 37dba4b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/ctci_ransom_note.testcases.json renamed to exercises/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/ctci-ransom-note.testcases.json

File renamed without changes.

exercises/hackerrank/interview_preparation_kit/dictionaries_and_hashmaps/ctci-ransom-note_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var RansomNoteTestCases []RansomNoteTestCase
2020
// You can use testing.T, if you want to test the code without benchmarking
2121
func RansomNoteSetupSuite(t testing.TB) {
2222
wd, _ := os.Getwd()
23-
filepath := wd + "/ctci_ransom_note.testcases.json"
23+
filepath := wd + "/ctci-ransom-note.testcases.json"
2424
t.Log("Setup test cases from JSON: ", filepath)
2525

2626
var _, err = utils.LoadJSON(filepath, &RansomNoteTestCases)

0 commit comments

Comments
 (0)